Drop a reference to regions
authorMatthias Clasen <mclasen@redhat.com>
Mon, 18 Jan 2016 19:31:37 +0000 (14:31 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 Jan 2016 19:31:37 +0000 (14:31 -0500)
Regions don't work anymore, so don't recommend them in the docs.

gtk/gtkwidget.c

index e2fabdc4ab6fdefd55d16d152e866f807b7bfbc0..75935bcf96062d12edc7b33e485e505600605d98 100644 (file)
@@ -9782,9 +9782,8 @@ _gtk_widget_get_modifier_properties (GtkWidget *widget)
  * This API is mostly meant as a quick way for applications to
  * change a widget appearance. If you are developing a widgets
  * library and intend this change to be themeable, it is better
- * done by setting meaningful CSS classes and regions in your
- * widget/container implementation through gtk_style_context_add_class()
- * and gtk_style_context_add_region().
+ * done by setting meaningful CSS classes in your
+ * widget/container implementation through gtk_style_context_add_class().
  *
  * This way, your widget library can install a #GtkCssProvider
  * with the %GTK_STYLE_PROVIDER_PRIORITY_FALLBACK priority in order